home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.1 (User) / OpenStep 4.1 (User).iso / NextApps / Mail.app / English.lproj / encryptKey.nib / data.classes next >
Text File  |  1993-08-09  |  368b  |  29 lines

  1. DecryptKey = {
  2.     ACTIONS = {
  3.     acceptKey:;
  4.     };
  5.     OUTLETS = {
  6.     decryptPanel;
  7.     key;
  8.     };
  9.     SUPERCLASS = Panel;
  10. };
  11. EncryptKey = {
  12.     ACTIONS = {
  13.     sendUnencrypt:;
  14.     acceptKey:;
  15.     };
  16.     OUTLETS = {
  17.     username;
  18.     encryptPanel;
  19.     keyList;
  20.     sendEncryptedButton;
  21.     };
  22.     SUPERCLASS = Panel;
  23. };
  24. FirstResponder = {
  25.     ACTIONS = {
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29.